configuration / chassis0 / slots / [SLOT-ID] / [gns181] / module / mrs

CLI REST-API

xmulti

The submenu xmulti (XMULTI) contains the following:

Menus:
priority (Priority)
alt-priority1 (Alternative priority 1)

Objects: none

Commands: none



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
PZF180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/xmulti/priority
/configuration/chassis0/slots/[SLOT-ID]/[gns181]/module/mrs/xmulti/alt-priority1

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/mrs/xmulti


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/mrs/xmulti


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/mrs/xmulti
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/mrs/xmulti
-d "{
  \"objects\": \"new-values\"
}"